home *** CD-ROM | disk | FTP | other *** search
- -- card: 8353 from stack: in
- -- bmap block id: 8811
- -- flags: 4000
- -- background id: 7352
- -- name:
- ----- HyperTalk script -----
- on openCard
- put card field "info" into textString
- set the lockText of card field "info" to false
- put empty into card field "info"
- set lockScreen to false
- show card field "info"
- type tab
- repeat with charNumber = 1 to the number of characters in textString
- type char charNumber of textstring
- end repeat
- set the lockText of card field "info" to true
- wait 2 seconds
- hide card field "info"
- end openCard
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=144 top=312 right=340 bottom=185
- -- title width / last selected line: 0
- -- icon id / first selected line: 9301 / 9301
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: PREV
- ----- HyperTalk script -----
- on mouseUp
- go prev
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=249 top=313 right=341 bottom=290
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HOME
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=354 top=312 right=340 bottom=395
- -- title width / last selected line: 0
- -- icon id / first selected line: 27009 / 27009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: NEXT
- ----- HyperTalk script -----
- on mouseUp
- go next
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=157 top=116 right=172 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next also
- ----- HyperTalk script -----
- on mouseUp
- go next
- end mouseUp
-
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=6 top=55 right=74 bottom=25
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next also
- ----- HyperTalk script -----
- on mouseUp
- go prev
- end mouseUp
-
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=19 top=311 right=341 bottom=59
- -- title width / last selected line: 0
- -- icon id / first selected line: 32462 / 32462
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseStillDown
- show card field "info"
- end mouseStillDown
- on mouseUp
- hide card field "info"
- end mouseUp
-
-
- -- part 8 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=143 top=275 right=295 bottom=395
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 16384
- -- line height: 14
- -- part name: Info
-
-
- -- part contents for card part 8
- ----- text -----
- Select the size of sign you want.
-
-